home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interplay's Learn to Program Basic (Review Copy)
/
Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO
/
pc
/
ltpbasic
/
refxmpl
/
showspr.bas
< prev
next >
Wrap
BASIC Source File
|
1998-04-07
|
189b
|
13 lines
Rem Load and display a sprite
sp = LoadSprite("UFO")
SetSprite sp To 100,100
Sleep 10
Rem Hide the sprite for a while
HideSprite sp
Sleep 10
Rem Now show it again
ShowSprite sp
Sleep 10